Forum Discussion
seijim
Microsoft Employee
11 years agoHow to use Power BI Rest API without GUI authentication (redirect uri)
I'm developing an Azure worker role application which pushes data to PowerBI.com service. I referred a C# sample client application via Git Hub. But it authenticates using GUI (redirect uri) during ...
- 10 years ago
You can use the user name and password flow that AAD supports. This 3rd party client library has an example: https://github.com/Vtek/PowerBI.Api.Client
heitzmanjared
8 years agoFrequent Visitor
The code snippet I sent in a previous reply to you shows how to call the acquire token method with an email and password....
shaunwilks
Helper V
8 years agoWe must be missing something as your snippet uses authContext.AcquireToken
The AcquireToken() doesn’t accept the email and password parameters at least not from the following link